How to add xp theme to your program


; x86 version

section '.rsrc' resource data readable

  directory RT_MANIFEST, manifest
   resource manifest, 1, LANG_NEUTRAL, xpstyle

resdata xpstyle
	  file 'winxpstyle32.xml'
  endres


; x64 version

section '.rsrc' resource data readable

  directory RT_MANIFEST, manifest
   resource manifest, 1, LANG_NEUTRAL, xpstyle

resdata xpstyle
	  file 'winxpstyle64.xml'
  endres